You are here: Routing Rules > Load
Syntax samples
Selects a location whenever a LOAD request is issued at the destination location. Since a loading entity does not fill capacity, there is no need to check for available capacity at the destination. Multiple LOAD requests are filled according to the oldest waiting request with the highest priority.
The rule field of the Routing edit table only.
Components
<expression>
The total entities output from the process. This expression is valid only for the first routing of a routing block. For more information on this expression, see Processing.
Example
After EntA completes a 3 minute operation at Loc1, it is routed to Loc2, Loc3 or Loc4 to be loaded onto some other entity that has issued a LOAD request.
Process Table
Entity |
Location |
Operation (min) |
---|---|---|
EntA |
Loc1 |
WAIT 3 |
Routing Table
Blk |
Output |
Destination |
Rule |
Move Logic |
---|---|---|---|---|
1 |
EntA |
Loc2 |
LOAD 1 |
|
EntA |
Loc3 |
LOAD |
|
|
EntA |
Loc4 |
LOAD |
|
LOAD statement. Also see Processing.